Dynamicweb 8 Documentation
DeleteSettingsByIDs(IEnumerable<Int32>,Boolean) Method

A collection of setting IDs.
Indicates whether to clear cache after settings have been deleted.
Deletes the given list of settings.
Syntax
'Declaration
 
Public Overloads Shared Sub DeleteSettingsByIDs( _ 
   ByVal ids As IEnumerable(Of Integer), _ 
   ByVal clearCache As Boolean _ 
) 
public static void DeleteSettingsByIDs( 
   IEnumerable<int> ids,
   bool clearCache 
)

Parameters

ids
A collection of setting IDs.
clearCache
Indicates whether to clear cache after settings have been deleted.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionids is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GroupFilterSetting Class
GroupFilterSetting Members
Overload List

Send Feedback